Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mobile] Add Android BrowserStack test project back #23551

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

carzh
Copy link
Contributor

@carzh carzh commented Jan 31, 2025

Description

Follow-up for #23383 and #23474

  • Adds android BrowserStack test back in
  • Modifies MAUI csproj file to build into an APK

Motivation and Context

There were 2 issues with the previous PRs:

  1. The updated MAUI .csproj file configuration failed when building to iOS and MacCatalyst. This caused problems in the packaging pipeline because we build all C# projects in the .soln file in the packaging pipeline. I've modified the C# solution to only build the ORT package for RelWithDebugInfo configuration.

  2. The previous MAUI .csproj file configuration did not build into an APK. It was missing the <OutputType> XAML tag and the Android package type XAML tag.

@carzh carzh requested a review from edgchen1 January 31, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant